#Make SameSize K/G
LMB:This will copy the Dimension value from the smaller Object (XYZ-Axis) to the larger Object.**_
RMB:This will copy the Dimension value from the bigger Object (XYZ-Axis) to the smaller Object.
Make_Same_Size(0,0)
Make_Same_Size(1,0)
Make_Same_Size(2,0)
#END
[OnRightMouseButton!]  
Make_Same_Size(0,1)
Make_Same_Size(1,1)
Make_Same_Size(2,1)
#END

